ComponentOne ASP.NET MVC Controls
SelectedValuePath Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : SelectedValuePath Method
The value.
Configurates C1.Web.Mvc.ListBox<T>.SelectedValuePath. Sets the name of the property used to get the SelectedValue from the SelectedItem.
Syntax
'Declaration
 
Public Function SelectedValuePath( _
   ByVal value As String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> SelectedValuePath( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members